*choice
    #Try out rewinding.
        *gosub_scene coven_rewind
        
        *set checkedout false
        *set introuble false
        *if ((inform1 > 4) and (not (footagedestroy)))
            *set introuble true
        
        *set cgtalk 3
        *set untether false
        *set tellairy false
        *set ontome false
        *set heknew false
        *set terminate 1
        *set scrapcat false
        *set punish 1
        *set punishjank false
        *set intervene false
        *set suckercat false
        *set imfinnicky false
        *set cgmoment false
        *set aboutwork 0
        *set aboutbeth_cg 1
        *set aboutadventure_cg false
        *set yeahhh false
        *goto startover
    #Just go to the end screen.
        Thanks for playing the demo!
        
        Please let me know what you think on the COG forums or tumblr! (@drinkyourvillainjuice)

        *page_break

        Ending page.

        *ending


Welcome to the experimental 'rewind' selection for Chapter 10!

As mentioned on the previous page, most of the variation in Ch10 comes from choices you made much earlier on, and I figured it would be kind of a drag making people reconfigure everything from the very start just to see what changes.

So, I came up with this as a method to let you explore the differences in the narrative a bit more easily. I want to emphasise that this [i]is[/i] experimental and there [i]are[/i] gaps; it doesn't reset the mild personality and relationship changes, for example, so if you redo things a ton of times, things could start getting weird.

With the preamble out of the way, do you want to rewind?
*choice
    #Yes!
        Awesome!
        
        How did you respond to Catalyst's ambush back at his first appearance?
        
        *choice
            #I endured, hiding my hatred.
                *set coven_history 3
          
            #I flinched and cowered.
                *set coven_history 1
                
            #I lowered my head in deference.
                *set coven_history 2
                
        How would you describe your general attitude towards the Coven now?
        *choice
            #Highly defiant.
                *set defiance 10
                
            #Moderately defiant.
                *set defiance 4
                
            #Compliant.
                *set defiance 2
                
        Did you tell $!{cg} about the Altruists' mission into the Zone?
        
        *choice
            #Yes.
                *set inform1 1
            #No.
                *set inform1 5
                
                And did you get away with that? (i.e. you destroyed the video footage)
                *choice
                    #Yes.
                        *set footagedestroy true
                        
                    #No.
                        *set footagedestroy false
                        
        Did you chat with $!{cg} at the library? If so, did you feel a connection with her? (separate from any romantic interest)
        
        *choice
            #Yes, and I felt a connection.
                *set talk_cg true
                *set connectcg true 
                *set rel_cg 65
                *set trust_cg 3
            #Yes, but I'm keeping her at arm's length.
                *set talk_cg true
                *set connectcg false
                *set rel_cg 50
                *set trust_cg 2
            #I didn't want to chat.
                *set talk_cg false
                *set connectcg false
                *set rel_cg 50
                *set trust_cg 1
               
        
        *if (aro != 4)
            Do you have an interest in $!{cg}, whether romantically or just flirtatiously?

            *choice
                #Yes.
                    *set flirt_cg 4
                    *set interest_cg true
                    *set romance_cg 0
                #No.
                    *set interest_cg false
                    *set flirt_cg 0
                    *set romance_cg 0
                
        What happened during the confrontation with Libra? (These options are narrower than the actual outcomes because the variations in Ch10 are based more broadly on cooperating with/resisting CG as well your relationship with her).
        
        *set librafail false
        
        *choice
            #I let her get away: I had to prioritise the Coven.
                *set rel_cg %+ 10
                *set trust_cg - 1
                *set libra 2
                *set fissionmailed true

            #I couldn't bring myself to hurt her.
                *set rel_cg %+ 15
                *set trust_cg +1
                *set libra 3
                *set fissionmailed true
            
            *selectable_if ((inform1 < 5) or ((inform1 >4) and (footagedestroy = true))) #I convinced her to throw the fight.
                *set libra 5
                *set trust_cg +1
                *set fissionmailed false
            #I beat her in a fight or otherwise got the better of her.
                *set libra 6
                *set trust_cg +1
                *set fissionmailed false
            #I lost in the fight, or she otherwise got the better of me.
                *set libra 8
                *set fissionmailed true
                *set trust_cg +1
            #I never actually encountered Libra.
                *set libra 1
                *set fissionmailed false
                *set trust_cg +2
        
        Have you needed to refill on Juice prior to Ch10?
        
        *choice
            #Nope.
                *set vials 1
                *set smashed false
                *set halpmecg 1
            #Nope, despite smashing my vial.
                *set vials 0
                *set smashed true
                *set halpmecg 1
            #Yes - I kept my vial and drank it.
                *set vials 0
                *set smashed false
                *set halpmecg 1
            #Yes - I smashed my vial, went through withdrawals, and had to beg for help.
                *set vials 0
                *set smashed true
                *set halpmecg 2
                
        What is your power speciality?
        
        *choice
            #Nodes.
                *set speciality 1
            #Mutations.
                *set speciality 2
            #Carapace.
                *set speciality 3
                
        You're all set!
        
        *page_break
        *return
    #No thanks. (go to ending page)
        Thanks for playing the demo!
        
        Please let me know what you think on the COG forums or tumblr! (@drinkyourvillainjuice)

        *page_break

        Ending page.

        *ending